home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 13316 / 13316.xpi / content / historyViewer.css < prev    next >
Cascading Style Sheet File  |  2009-07-25  |  2KB  |  154 lines

  1.  
  2. /* Copyright (C) 2009 Norman Solomon
  3.  * e-mail: historytree.addon@yahoo.com
  4.  * 
  5.  * The contents of this file are subject to the Mozilla Public License Version
  6.  * 1.1 (the "License"); you may not use this file except in compliance with
  7.  * the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/
  8.  *
  9.  * Software distributed under the License is distributed on an "AS IS" basis,
  10.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  11.  * for the specific language governing rights and limitations under the License.
  12.  */
  13.  
  14. .groupbox
  15. {
  16.     -moz-appearance: none;
  17.     border-style: inset;
  18.     height: 66px; 
  19.     margin-top: 4px;
  20. }
  21.  
  22. .hdrGroupbox
  23. {
  24.     margin-top: 10px;
  25.     margin-left: 10px;
  26.     margin-right: 10px;
  27. }
  28.  
  29. .boldLabel
  30. {
  31.     font-size: 7pt;
  32.     font-weight: bold;
  33.     font-family: Verdana;
  34.     margin-top: 5px; 
  35. }
  36.  
  37. .winInfoLabel
  38. {
  39.     font-size: 7pt;
  40.     font-family: Verdana;
  41.     margin-top: 3px; 
  42. }
  43.  
  44. .pushButton
  45. {
  46.     font-size: 7pt;
  47.     font-family: Verdana;
  48. }
  49.  
  50. .bigImgButton
  51. {
  52.     height: 34px; 
  53.     margin-top: 2px; 
  54. }
  55.  
  56. .listbox
  57. {
  58.     font-size: 7pt;
  59.     font-family: Verdana;
  60.     font-weight: bold;
  61.     margin-top: 19px; 
  62. }
  63.  
  64. listitem[selected="true"] 
  65. {
  66.     background-color: #c7d0d9;
  67. }
  68.  
  69. .menulist
  70. {
  71.     font-size: 7pt;
  72.     font-family: Verdana;
  73.     font-weight: bold;
  74.     height: 22px;
  75.     margin-top: 8px; 
  76. }
  77.  
  78. .textbox
  79. {
  80.     -moz-appearance: none;
  81.     height: 21px;
  82.     width: 162px;
  83.     font-size: 7pt;
  84.     font-family: Verdana;
  85.     margin-top: 8px;
  86. }
  87.  
  88. .checkbox
  89. {
  90.     font-size: 7pt;
  91.     font-family: Verdana;
  92. }
  93.  
  94. .radioButton
  95. {
  96.     font-size: 7pt;
  97.     font-family: Verdana;
  98.     margin-bottom: -3px;
  99. }
  100.  
  101. .deepRadioButton
  102. {
  103.     font-size: 7pt;
  104.     font-family: Verdana;
  105.     margin-bottom: -2px;
  106. }
  107.  
  108. .slider
  109. {
  110.     margin-left: 8px;
  111.     margin-right: 8px;
  112.     height: 22px;
  113.     border-style: none;
  114. }
  115.  
  116. .sliderTickMarks
  117. {
  118.     margin-left: 18px;
  119.     margin-right: 18px;
  120.     margin-top: 1px;
  121. }
  122.  
  123. .sliderLabel
  124. {
  125.     font-size: 7pt;
  126.     font-family: Verdana;
  127.     margin-top: 5px;
  128.     margin-bottom: 2px;
  129. }
  130.  
  131. .btnLabel
  132. {
  133.     font-size: 7pt;
  134.     font-family: Verdana;
  135.     margin-left: 9px; 
  136.     margin-top: 5px;
  137. }
  138.  
  139. .imageBox
  140. {
  141.     background-repeat: no-repeat;
  142.     border-top-style: solid;
  143.     border-top-width: 1px;
  144.     border-bottom-style: solid;
  145.     border-bottom-width: 2px;
  146. }
  147.  
  148. .canvasBox
  149. {
  150.     border-top-style: solid;
  151.     border-top-width: 1px;
  152.     border-top-color: #d4d0c8;
  153.     overflow: auto;
  154. }